👉 The `math` module in Python is a built-in library designed to provide support for mathematical functions, making it easier to perform complex calculations without manually implementing them. It includes a wide range of functions for basic arithmetic operations (like addition, subtraction, multiplication, and division), trigonometric functions (sin, cos, tan), exponential and logarithmic functions, power operations, factorials, and statistical tools such as mean, median, and standard deviation. This module simplifies mathematical computations in Python code, enabling efficient and accurate handling of numerical data across various applications.